Say I have two groups of users:
Group A:
Adam
Andy
Group B:
Bill
Bron
Bud
Schedule would look like:
Week 1: Adam
Week 2: Bill
Week 3: Andy
Week 4: Bud
Week 5: Adam
Week 6: Bron
Week 7: Andy
Week 8: Bill
For reference, we currently have 4 users in Group A and 6 users in Group B. Is this possible?
I’d also like the secondary on-call to be dependent on primary on-call. I’d like each user to be secondary on-call the week after they’re primary on-call.
Is this possible, and if so, how would you do it?